This project contains a basic manual vulnerability scan of a Windows 10 system using built-in tools, without any third-party scanners.
01 June 2025
- OS: Windows 10 Pro (Version 10.0.26100.4061)
- IP Address: 192.168.14.221
- Manual scan using:
ipconfigsysteminfonetstat -an | find "LISTEN"- (Optional) PowerShell:
Get-NetTCPConnection
- No external tools (OpenVAS/Nessus) used.
| Port | Service | Risk Level | Action |
|---|---|---|---|
| 445 | SMB | High | Disable SMBv1 |
| 139 | NetBIOS | High | Block externally |
| 135 | RPC | Medium | Restrict access |
| Others | Various | Medium-Low | Review & monitor |
π This project demonstrates basic vulnerability scanning and awareness using default system tools.